Adwaita: Don't render focus around labels with links
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Apr 2020 01:18:01 +0000 (21:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Apr 2020 01:19:36 +0000 (21:19 -0400)
This avoids the 'double outline' problem for labels
with links.

Fixes: #135
gtk/theme/Adwaita/_common.scss

index 24a0db293ccb4f76aa33d9565682e6235676e7a2..845c8a958fc2e0f77381440896991ed0623a04f7 100644 (file)
@@ -42,7 +42,8 @@ dnd {
  * Outlines *
  ********/
 
-label:focus(visible),
+:focus(visible) link,
+label:focus(visible):not(.link),
 row:focus(visible),
 flowboxchild:focus(visible) {
   // We use the outline properties to signal the focus properties